Calling this method will re-order the current search results according to the given sort method.
Sub(Method)
You can change the direction of the sorting by passing in a negative value, e.g to sort by smallest file first, pass in -Bytes.
You can group the sorted results by index or category when you combine a value from above with one of the following:
The example below will execute a search that returns all documents, found in the current index, and then sort the results in reverse order of Document Size, grouped by Category Name.
App.ActiveTab.Search "*"
App.ActiveTab.Sort -67